object frmRename: TfrmRename Left = 260 Top = 159 Width = 219 Height = 165 ActiveControl = Edit1 BorderIcons = [] BorderStyle = bsSizeToolWin Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 64 Width = 62 Height = 13 Caption = 'New Name...' end object Label2: TLabel Left = 8 Top = 8 Width = 56 Height = 13 Caption = 'Old Name...' end object Edit1: TEdit Left = 8 Top = 80 Width = 193 Height = 21 TabOrder = 0 end object RzBitBtn1: TRzBitBtn Left = 149 Top = 112 Width = 52 Height = 21 Caption = '&Ok' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 1 OnClick = RzBitBtn1Click end object btnCancel: TRzBitBtn Left = 90 Top = 112 Width = 52 Height = 21 Caption = '&Cancel' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False TabOrder = 2 OnClick = btnCancelClick end object editOldName: TEdit Left = 8 Top = 24 Width = 193 Height = 21 Color = clGray Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 end end